Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Sep 4, 2025

⚠ NEVER add commits to this pull request.

πŸ€– This pull request was automatically created to facilitate human review of @webref/css6 changes triggered by curated data at a5c95e9.

🧐 Please review the diff below and version numbers. If all looks good, merge this pull request to release the changes to npm.

πŸ“¦ Latest released @webref/css6 package was v6.23.9. Merging this pull request will release v6.23.10. Make sure that the bump is the right one for the changes.

✍ If any change needs to be made before release, do not add a commit to this pull request. Changes should rather be handled in a separate pull request and pushed to the main branch. You may leave this pull request open in the meantime, or close it. The pre-release job will automatically update this pull request or create a new one once the updates have made their way to the main branch.

πŸ›ˆ The actual change introduced by this pull request is a version bump in packages/css6/package.json. You do not need to review that change. The bumped version is not the version that will be released when this pull request is merged, but rather the version that will be released next time.

diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/css/css-backgrounds-4.json packages/css6/css-backgrounds-4.json
--- webref/node_modules/@webref/css/css-backgrounds-4.json
+++ packages/css6/css-backgrounds-4.json
@@ -373,7 +373,7 @@
       "name": "<bg-clip>",
       "href": "https://drafts.csswg.org/css-backgrounds-4/#typedef-bg-clip",
       "type": "type",
-      "value": "<visual-box> | border-area| text",
+      "value": "<visual-box> | [ border-area || text ]",
       "values": [
         {
           "name": "<visual-box>",

diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/css/css-borders.json packages/css6/css-borders.json
--- webref/node_modules/@webref/css/css-borders.json
+++ packages/css6/css-borders.json
@@ -965,22 +965,6 @@
       ]
     },
     {
-      "name": "corner-shape",
-      "href": "https://drafts.csswg.org/css-borders-4/#propdef-corner-shape",
-      "value": "<corner-shape-value>{1,4}",
-      "initial": "round",
-      "appliesTo": "all elements where border-radius can apply",
-      "inherited": "no",
-      "percentages": "see individual properties",
-      "computedValue": "see individual properties",
-      "animationType": "see individual properties",
-      "canonicalOrder": "per grammar",
-      "styleDeclaration": [
-        "corner-shape",
-        "cornerShape"
-      ]
-    },
-    {
       "name": "corner-top-left-shape",
       "href": "https://drafts.csswg.org/css-borders-4/#propdef-corner-top-left-shape",
       "value": "<corner-shape-value>",
@@ -1119,7 +1103,7 @@
     {
       "name": "corner-top-shape",
       "href": "https://drafts.csswg.org/css-borders-4/#propdef-corner-top-shape",
-      "value": "<corner-shape-value>{1,2}",
+      "value": "<'corner-top-left-shape'>{1,2}",
       "initial": "see individual properties",
       "appliesTo": "see individual properties",
       "inherited": "see individual properties",
@@ -1135,7 +1119,7 @@
     {
       "name": "corner-right-shape",
       "href": "https://drafts.csswg.org/css-borders-4/#propdef-corner-right-shape",
-      "value": "<corner-shape-value>{1,2}",
+      "value": "<'corner-top-left-shape'>{1,2}",
       "initial": "see individual properties",
       "appliesTo": "see individual properties",
       "inherited": "see individual properties",
@@ -1151,7 +1135,7 @@
     {
       "name": "corner-bottom-shape",
       "href": "https://drafts.csswg.org/css-borders-4/#propdef-corner-bottom-shape",
-      "value": "<corner-shape-value>{1,2}",
+      "value": "<'corner-top-left-shape'>{1,2}",
       "initial": "see individual properties",
       "appliesTo": "see individual properties",
       "inherited": "see individual properties",
@@ -1167,7 +1151,7 @@
     {
       "name": "corner-left-shape",
       "href": "https://drafts.csswg.org/css-borders-4/#propdef-corner-left-shape",
-      "value": "<corner-shape-value>{1,2}",
+      "value": "<'corner-top-left-shape'>{1,2}",
       "initial": "see individual properties",
       "appliesTo": "see individual properties",
       "inherited": "see individual properties",
@@ -1183,7 +1167,7 @@
     {
       "name": "corner-block-start-shape",
       "href": "https://drafts.csswg.org/css-borders-4/#propdef-corner-block-start-shape",
-      "value": "<corner-shape-value>{1,2}",
+      "value": "<'corner-top-left-shape'>{1,2}",
       "initial": "see individual properties",
       "appliesTo": "see individual properties",
       "inherited": "see individual properties",
@@ -1199,7 +1183,7 @@
     {
       "name": "corner-block-end-shape",
       "href": "https://drafts.csswg.org/css-borders-4/#propdef-corner-block-end-shape",
-      "value": "<corner-shape-value>{1,2}",
+      "value": "<'corner-top-left-shape'>{1,2}",
       "initial": "see individual properties",
       "appliesTo": "see individual properties",
       "inherited": "see individual properties",
@@ -1215,7 +1199,7 @@
     {
       "name": "corner-inline-start-shape",
       "href": "https://drafts.csswg.org/css-borders-4/#propdef-corner-inline-start-shape",
-      "value": "<corner-shape-value>{1,2}",
+      "value": "<'corner-top-left-shape'>{1,2}",
       "initial": "see individual properties",
       "appliesTo": "see individual properties",
       "inherited": "see individual properties",
@@ -1231,7 +1215,7 @@
     {
       "name": "corner-inline-end-shape",
       "href": "https://drafts.csswg.org/css-borders-4/#propdef-corner-inline-end-shape",
-      "value": "<corner-shape-value>{1,2}",
+      "value": "<'corner-top-left-shape'>{1,2}",
       "initial": "see individual properties",
       "appliesTo": "see individual properties",
       "inherited": "see individual properties",
@@ -1245,9 +1229,75 @@
       ]
     },
     {
+      "name": "corner-shape",
+      "href": "https://drafts.csswg.org/css-borders-4/#propdef-corner-shape",
+      "value": "<'corner-top-left-shape'>{1,4}",
+      "initial": "round",
+      "appliesTo": "all elements where border-radius can apply",
+      "inherited": "no",
+      "percentages": "see individual properties",
+      "computedValue": "see individual properties",
+      "animationType": "see individual properties",
+      "canonicalOrder": "per grammar",
+      "values": [
+        {
+          "name": "round",
+          "prose": "The corner shape is a quarter of a convex ellipse. Equivalent to superellipse(1).",
+          "href": "https://drafts.csswg.org/css-borders-4/#valdef-corner-shape-value-round",
+          "type": "value",
+          "value": "round"
+        },
+        {
+          "name": "squircle",
+          "prose": "The corner shape is a quarter of a \"squircle\", a convex curve between round and square. Equivalent to superellipse(2).",
+          "href": "https://drafts.csswg.org/css-borders-4/#valdef-corner-shape-value-squircle",
+          "type": "value",
+          "value": "squircle"
+        },
+        {
+          "name": "square",
+          "prose": "The corner shape is a convex 90deg angle. Equivalent to superellipse(infinity).",
+          "href": "https://drafts.csswg.org/css-borders-4/#valdef-corner-shape-value-square",
+          "type": "value",
+          "value": "square"
+        },
+        {
+          "name": "bevel",
+          "prose": "The corner shape is a straight diagonal line, neither convex nor concave. Equivalent to superellipse(0).",
+          "href": "https://drafts.csswg.org/css-borders-4/#valdef-corner-shape-value-bevel",
+          "type": "value",
+          "value": "bevel"
+        },
+        {
+          "name": "scoop",
+          "prose": "The corner shape is a concave quarter-ellipse. Equivalent to superellipse(-1).",
+          "href": "https://drafts.csswg.org/css-borders-4/#valdef-corner-shape-value-scoop",
+          "type": "value",
+          "value": "scoop"
+        },
+        {
+          "name": "notch",
+          "prose": "The corner shape is a concave 90deg angle. Equivalent to superellipse(-infinity).",
+          "href": "https://drafts.csswg.org/css-borders-4/#valdef-corner-shape-value-notch",
+          "type": "value",
+          "value": "notch"
+        },
+        {
+          "name": "superellipse()",
+          "value": "superellipse()",
+          "href": "https://drafts.csswg.org/css-borders-4/#valdef-corner-shape-value-superellipse-k",
+          "type": "value"
+        }
+      ],
+      "styleDeclaration": [
+        "corner-shape",
+        "cornerShape"
+      ]
+    },
+    {
       "name": "corner-top-left",
       "href": "https://drafts.csswg.org/css-borders-4/#propdef-corner-top-left",
-      "value": "<length-percentage [0,∞]>{1,2} || <corner-shape-value>",
+      "value": "<'border-top-left-radius'>{1,2} || <'corner-top-left-shape'>",
       "initial": "0",
       "appliesTo": "all elements (but see prose)",
       "inherited": "no",
@@ -1263,7 +1313,7 @@
     {
       "name": "corner-top-right",
       "href": "https://drafts.csswg.org/css-borders-4/#propdef-corner-top-right",
-      "value": "<length-percentage [0,∞]>{1,2} || <corner-shape-value>",
+      "value": "<'border-top-left-radius'>{1,2} || <'corner-top-left-shape'>",
       "initial": "0",
       "appliesTo": "all elements (but see prose)",
       "inherited": "no",
@@ -1279,7 +1329,7 @@
     {
       "name": "corner-bottom-left",
       "href": "https://drafts.csswg.org/css-borders-4/#propdef-corner-bottom-left",
-      "value": "<length-percentage [0,∞]>{1,2} || <corner-shape-value>",
+      "value": "<'border-top-left-radius'>{1,2} || <'corner-top-left-shape'>",
       "initial": "0",
       "appliesTo": "all elements (but see prose)",
       "inherited": "no",
@@ -1295,7 +1345,7 @@
     {
       "name": "corner-bottom-right",
       "href": "https://drafts.csswg.org/css-borders-4/#propdef-corner-bottom-right",
-      "value": "<length-percentage [0,∞]>{1,2} || <corner-shape-value>",
+      "value": "<'border-top-left-radius'>{1,2} || <'corner-top-left-shape'>",
       "initial": "0",
       "appliesTo": "all elements (but see prose)",
       "inherited": "no",
@@ -1311,7 +1361,7 @@
     {
       "name": "corner-start-start",
       "href": "https://drafts.csswg.org/css-borders-4/#propdef-corner-start-start",
-      "value": "<length-percentage [0,∞]>{1,2} || <corner-shape-value>",
+      "value": "<'border-top-left-radius'>{1,2} || <'corner-top-left-shape'>",
       "initial": "0",
       "appliesTo": "all elements (but see prose)",
       "inherited": "no",
@@ -1327,7 +1377,7 @@
     {
       "name": "corner-start-end",
       "href": "https://drafts.csswg.org/css-borders-4/#propdef-corner-start-end",
-      "value": "<length-percentage [0,∞]>{1,2} || <corner-shape-value>",
+      "value": "<'border-top-left-radius'>{1,2} || <'corner-top-left-shape'>",
       "initial": "0",
       "appliesTo": "all elements (but see prose)",
       "inherited": "no",
@@ -1343,7 +1393,7 @@
     {
       "name": "corner-end-start",
       "href": "https://drafts.csswg.org/css-borders-4/#propdef-corner-end-start",
-      "value": "<length-percentage [0,∞]>{1,2} || <corner-shape-value>",
+      "value": "<'border-top-left-radius'>{1,2} || <'corner-top-left-shape'>",
       "initial": "0",
       "appliesTo": "all elements (but see prose)",
       "inherited": "no",
@@ -1359,7 +1409,7 @@
     {
       "name": "corner-end-end",
       "href": "https://drafts.csswg.org/css-borders-4/#propdef-corner-end-end",
-      "value": "<length-percentage [0,∞]>{1,2} || <corner-shape-value>",
+      "value": "<'border-top-left-radius'>{1,2} || <'corner-top-left-shape'>",
       "initial": "0",
       "appliesTo": "all elements (but see prose)",
       "inherited": "no",
@@ -1375,7 +1425,7 @@
     {
       "name": "corner-top",
       "href": "https://drafts.csswg.org/css-borders-4/#propdef-corner-top",
-      "value": "[ <length-percentage [0,∞]>{1,2} [ / <length-percentage [0,∞]>{1,2} ]? ] || <corner-shape-value>{1,2}",
+      "value": "<'border-top-radius'> || <'corner-top-shape'>",
       "initial": "0",
       "appliesTo": "all elements (but see prose)",
       "inherited": "no",
@@ -1391,7 +1441,7 @@
     {
       "name": "corner-right",
       "href": "https://drafts.csswg.org/css-borders-4/#propdef-corner-right",
-      "value": "[ <length-percentage [0,∞]>{1,2} [ / <length-percentage [0,∞]>{1,2} ]? ] || <corner-shape-value>{1,2}",
+      "value": "<'border-top-radius'> || <'corner-top-shape'>",
       "initial": "0",
       "appliesTo": "all elements (but see prose)",
       "inherited": "no",
@@ -1407,7 +1457,7 @@
     {
       "name": "corner-bottom",
       "href": "https://drafts.csswg.org/css-borders-4/#propdef-corner-bottom",
-      "value": "[ <length-percentage [0,∞]>{1,2} [ / <length-percentage [0,∞]>{1,2} ]? ] || <corner-shape-value>{1,2}",
+      "value": "<'border-top-radius'> || <'corner-top-shape'>",
       "initial": "0",
       "appliesTo": "all elements (but see prose)",
       "inherited": "no",
@@ -1423,7 +1473,7 @@
     {
       "name": "corner-left",
       "href": "https://drafts.csswg.org/css-borders-4/#propdef-corner-left",
-      "value": "[ <length-percentage [0,∞]>{1,2} [ / <length-percentage [0,∞]>{1,2} ]? ] || <corner-shape-value>{1,2}",
+      "value": "<'border-top-radius'> || <'corner-top-shape'>",
       "initial": "0",
       "appliesTo": "all elements (but see prose)",
       "inherited": "no",
@@ -1439,7 +1489,7 @@
     {
       "name": "corner-block-start",
       "href": "https://drafts.csswg.org/css-borders-4/#propdef-corner-block-start",
-      "value": "[ <length-percentage [0,∞]>{1,2} [ / <length-percentage [0,∞]>{1,2} ]? ] || <corner-shape-value>{1,2}",
+      "value": "<'border-top-radius'> || <'corner-top-shape'>",
       "initial": "0",
       "appliesTo": "all elements (but see prose)",
       "inherited": "no",
@@ -1455,7 +1505,7 @@
     {
       "name": "corner-block-end",
       "href": "https://drafts.csswg.org/css-borders-4/#propdef-corner-block-end",
-      "value": "[ <length-percentage [0,∞]>{1,2} [ / <length-percentage [0,∞]>{1,2} ]? ] || <corner-shape-value>{1,2}",
+      "value": "<'border-top-radius'> || <'corner-top-shape'>",
       "initial": "0",
       "appliesTo": "all elements (but see prose)",
       "inherited": "no",
@@ -1471,7 +1521,7 @@
     {
       "name": "corner-inline-start",
       "href": "https://drafts.csswg.org/css-borders-4/#propdef-corner-inline-start",
-      "value": "[ <length-percentage [0,∞]>{1,2} [ / <length-percentage [0,∞]>{1,2} ]? ] || <corner-shape-value>{1,2}",
+      "value": "<'border-top-radius'> || <'corner-top-shape'>",
       "initial": "0",
       "appliesTo": "all elements (but see prose)",
       "inherited": "no",
@@ -1487,7 +1537,7 @@
     {
       "name": "corner-inline-end",
       "href": "https://drafts.csswg.org/css-borders-4/#propdef-corner-inline-end",
-      "value": "[ <length-percentage [0,∞]>{1,2} [ / <length-percentage [0,∞]>{1,2} ]? ] || <corner-shape-value>{1,2}",
+      "value": "<'border-top-radius'> || <'corner-top-shape'>",
       "initial": "0",
       "appliesTo": "all elements (but see prose)",
       "inherited": "no",
@@ -1503,7 +1553,7 @@
     {
       "name": "corner",
       "href": "https://drafts.csswg.org/css-borders-4/#propdef-corner",
-      "value": "[ <length-percentage [0,∞]>{1,4} [ / <length-percentage [0,∞]>{1,4} ]? ] || <corner-shape-value>{1,4}",
+      "value": "<'border-radius'> || <'corner-shape'>",
       "initial": "0",
       "appliesTo": "all elements (but see prose)",
       "inherited": "no",

diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/css/css-color.json packages/css6/css-color.json
--- webref/node_modules/@webref/css/css-color.json
+++ packages/css6/css-color.json
@@ -1498,7 +1498,7 @@
         },
         {
           "name": "rec2020",
-          "prose": "The rec2020 [Rec.2020] color space accepts three numeric parameters, representing the red, green, and blue components of the color. In-gamut colors have all three components in the range [0, 1], (\"full-range\", in video terminology). ITU Reference 2020 is used for Ultra High Definition, 4k and 8k television. The primaries are physically realizable, but with difficulty as they lie very close to the spectral locus. Current displays are unable to reproduce the full gamut of rec2020. Coverage is expected to increase over time as displays improve. It has the following characteristics: x y Red chromaticity 0.708 0.292 Green chromaticity 0.170 0.797 Blue chromaticity 0.131 0.046 White chromaticity D65 Transfer function see below, from [Rec.2020] table 4 Image state display-referred Percentages Allowed for R, G and B Percent reference range for R,G,B: 0% = 0.0, 100% = 1.0 const Ξ± = 1.09929682680944 ; const Ξ² = 0.018053968510807; let sign = c < 0? -1 : 1; let abs = Math.abs(c); if (abs < Ξ² * 4.5 ) { cl = c / 4.5; } else { cl = sign * (Math.pow((abs + Ξ± -1 ) / Ξ±, 1/0.45)); } c is the gamma-encoded red, green or blue component. cl is the corresponding linear-light component. Visualization of the rec2020 color space in LCH. The primaries and secondaries are shown (but in sRGB, not in the correct colors). For comparison, the sRGB primaries and secondaries are also shown, as dashed circles. rec2020 primaries have much higher Chroma.",
+          "prose": "The rec2020 [Rec.2020] color space accepts three numeric parameters, representing the red, green, and blue components of the color. In-gamut colors have all three components in the range [0, 1], (\"full-range\", in video terminology). ITU Reference 2020 is used for Ultra High Definition, 4k and 8k television. The primaries are physically realizable, but with difficulty as they lie very close to the spectral locus. Current displays are unable to reproduce the full gamut of rec2020. Coverage is expected to increase over time as displays improve. It has the following characteristics: x y Red chromaticity 0.708 0.292 Green chromaticity 0.170 0.797 Blue chromaticity 0.131 0.046 White chromaticity D65 Transfer function gamma 2.40, from [REC_BT.1886] Image state display-referred Percentages Allowed for R, G and B Percent reference range for R,G,B: 0% = 0.0, 100% = 1.0 Visualization of the rec2020 color space in LCH. The primaries and secondaries are shown (but in sRGB, not in the correct colors). For comparison, the sRGB primaries and secondaries are also shown, as dashed circles. rec2020 primaries have much higher Chroma.",
           "href": "https://drafts.csswg.org/css-color-4/#valdef-color-rec2020",
           "type": "value",
           "value": "rec2020"

diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/css/mediaqueries.json packages/css6/mediaqueries.json
--- webref/node_modules/@webref/css/mediaqueries.json
+++ packages/css6/mediaqueries.json
@@ -536,14 +536,5 @@
       "type": "type",
       "value": "<integer [0,1]>"
     }
-  ],
-  "warnings": [
-    {
-      "msg": "Duplicate definition",
-      "name": "<mq-boolean>",
-      "prose": "The <mq-boolean> value type is an <integer> with the value 0 or 1. Any other integer value is invalid. Note that -0 is always equivalent to 0 in CSS, and so is also accepted as a valid <mq-boolean> value.",
-      "href": "https://drafts.csswg.org/mediaqueries-4/#typedef-mq-boolean%E2%91%A0",
-      "type": "type"
-    }
   ]
 }

@github-actions github-actions bot force-pushed the release-css6-20250904125925912 branch 18 times, most recently from a52267a to 91add77 Compare September 9, 2025 00:55
@github-actions github-actions bot force-pushed the release-css6-20250904125925912 branch from 91add77 to 211b4c2 Compare September 9, 2025 06:48
@tidoust tidoust merged commit 34708d0 into main Sep 9, 2025
@tidoust tidoust deleted the release-css6-20250904125925912 branch September 9, 2025 06:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants